home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 045a / lmym122.zip / LOADSIGS.BAT < prev    next >
DOS Batch File  |  1993-03-16  |  1KB  |  47 lines

  1. @echo off
  2. if %1x==x goto NOTE1
  3. copy /b johndoe.001 %1
  4. copy /b janedoe.002 %1
  5.  
  6. goto NOTE2
  7. goto end
  8.  
  9. :NOTE1
  10. echo.
  11. echo This utility installs two Orbit Enterprises signatures into your printer.
  12. echo.
  13. echo To do this you must tell it where your printer is attached to your system.
  14. echo.
  15. echo For example, if the laser is your main system printer you would enter
  16. echo.
  17. echo LOADSIG PRN
  18. echo         ---
  19. echo.
  20. echo Depending on your system you might replace PRN with LPT1, LPT2, LPT3,
  21. echo LPT4, COM1, COM2, COM3, COM4 or AUX.
  22. echo.
  23.  
  24. goto end
  25.  
  26. :NOTE2
  27. echo.
  28. echo If the two COPYs were successful you can now use macros 1 (John) or 2
  29. echo (Jane) with the LaserMax software.  All you need to do is to set the
  30. echo Signature (or Logo) macro number to 1 or 2 to print the signature on
  31. echo the check.
  32. echo.
  33. echo When you turn off the printer these signatures will be erased from the
  34. echo printer's memory.
  35. echo.
  36. echo These signatures are provided by Orbit Enterprises
  37. echo                                  Glenn Ellyn, IL
  38. echo                                  800 767 6724
  39. echo                                  708 469 3405
  40. echo                             Fax: 708 469 4895
  41. echo                             BBS: 708 469 4850
  42. echo.
  43.  
  44. goto end
  45.  
  46. :end
  47.